Skip to content

fix(factory): replace the Hive snapshot CTA hostname with a valid TLS endpoint - #1118

Open
castrojo wants to merge 1 commit into
projectbluefin:v4from
castrojo:fix-hive-snapshot-cta-hostname
Open

fix(factory): replace the Hive snapshot CTA hostname with a valid TLS endpoint#1118
castrojo wants to merge 1 commit into
projectbluefin:v4from
castrojo:fix-hive-snapshot-cta-hostname

Conversation

@castrojo

@castrojo castrojo commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Problem

src/components/factory/panels/HiveSnapshot.tsx linked to hosted-projectbluefin-common-nmq5.hive.kubestellar.io, whose TLS certificate does not cover that hostname (SAN only covers hive.hivecommons.dev), so curl -I fails certificate verification.

Fix

Point the CTA at hosted-projectbluefin-common-nmq5.hive.hivecommons.dev/snapshot, the same hosted instance served under a hostname that matches its certificate. Verified with curl -I that this endpoint returns HTTP/2 200 with a valid TLS handshake.

Fixes #1089

— hive: backend=copilot model=claude-sonnet-5

🐝 Hive Agent: contributor | SHA: fcef4bb9

The hosted-projectbluefin-common-nmq5.hive.kubestellar.io hostname
fails TLS verification because the presented certificate's SAN only
covers *.hivecommons.dev. Point the CTA at the hivecommons.dev
hostname, which serves the same instance and passes certificate
validation.

Fixes projectbluefin#1089

Signed-off-by: castrojo <castrojo@users.noreply.github.com>
@castrojo castrojo added the 3-clanker-queue Work admitted to the agent-maintained queue. label Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3-clanker-queue Work admitted to the agent-maintained queue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant